From: Adrian Bunk Date: Tue, 29 Apr 2008 07:58:59 +0000 (-0700) Subject: fs/timerfd.c should #include X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~29523 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=45cc2b96f20fa27088a650587e5d9dc5fa5e32c0;p=linux-4.9.git fs/timerfd.c should #include Every file should include the headers containing the prototypes for its global functions (in this case for sys_timerfd_*()). Signed-off-by: Adrian Bunk Cc: Davide Libenzi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/timerfd.c b/fs/timerfd.c index 10c80b59ec4b..5400524e9cb1 100644 --- a/fs/timerfd.c +++ b/fs/timerfd.c @@ -20,6 +20,7 @@ #include #include #include +#include struct timerfd_ctx { struct hrtimer tmr;